Skip to main content

TConvSection

Unit: DXFConv

Description

The TConvSection type determines section of the DXF file. It can be used as a function parameter which determines the result of a function.

ValueDescription
csTablesSpecifies the TABLES section which contains definitions for symbol tables.
csBlocksSpecifies the BLOCK section which contains block definitions.
csEntitiesSpecifies the ENTITIES section which contains the graphical objects (entities) in the drawing, including block references (insert entities).
csLTypesSpecifies the Linetype table (LTYPE) of the TABLES section.
csLayersSpecifies the Layer table (LAYER) of the TABLES section.
csStylesSpecifies the Text Style table.
csDimStylesSpecifies the Dimension Style table.
csBlockRecordsSpecifies the Block reference table.
csVPortsSpecifies the Viewport configuration table.
csMLineStyles
csImageDefs

Syntax

type 
TConvSection = csTables, csBlocks, csEntities, csLTypes, csLayers, csStyles, csDimStyles,
csBlockRecords, csVPorts, csMLineStyles, csImageDefs);